Snapservice VirtualMachines ProtectionConfiguration UpdateSpec
The Snapservice VirtualMachines ProtectionConfiguration UpdateSpec schema contains properties to configure virtual machine protection, that overrides the global PG level settings. Currently we only support replication configuration, but it can be extended in the future to support other virtual machine configurations.
This schema was added in vSphere API 9.1.0.0.
{
"replication_config_update_spec": [
{
"replication_target": {
"use_replica_seed": false,
"replication_path": "string",
"target_storage_spec": {
"datastore": "string"
}
}
}
]
}
Optional list of virtual machine replication configuration that overrides the global PG level settings. Currently, we only support one replication configuration per VM, so this parameter is mandatory, with a single entry.
This property was added in vSphere API 9.1.0.0.
if missing or null, do not modify the existing virtual machine replication configurations. This parameter is currently mandatory, but kept optional for the future.